home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / opbonus.arc / FBROWSE.ARC / FBDEMO.PAS next >
Pascal/Delphi Source File  |  1991-03-20  |  560b  |  18 lines

  1. {$I-,V-,S-,R-,F-,B-}
  2.  
  3. {*********************************************************}
  4. {*                   FBDEMO.PAS 5.06                     *}
  5. {*     Copyright (c) Enz EDV Beratung GmbH 1986-89.      *}
  6. {*                 All rights reserved.                  *}
  7. {*          Modified and used under license by           *}
  8. {*                 TurboPower Software.                  *}
  9. {*********************************************************}
  10.  
  11. program FbDemo;
  12.   {-Demonstrates how to use FBrowse unit}
  13. uses
  14.   FbdMain;
  15. begin
  16.   FBDemoMain;
  17. end.
  18.